net/http.http2Transport.maxHeaderListSize (method)

4 uses

	net/http (current package)
		h2_bundle.go#L7664: func (t *http2Transport) maxHeaderListSize() uint32 {
		h2_bundle.go#L8295: 	cc.fr.MaxHeaderListSize = t.maxHeaderListSize()
		h2_bundle.go#L8311: 	if max := t.maxHeaderListSize(); max != 0 {
		h2_bundle.go#L10129: 			limit := int64(cs.cc.t.maxHeaderListSize())